type github.com/jackc/pgx/v5.baseRows (struct)

Method Implmentations (1 other method implements nothing)

Close() *baseRows.M : Rows.Close
Conn() *Conn *baseRows.M : Rows.Conn
Err() error *baseRows.M : CopyFromSource.Err *baseRows.M : Rows.Err
Next() bool *baseRows.M : CopyFromSource.Next *baseRows.M : Rows.Next
RawValues() [][]byte *baseRows.M : CollectableRow.RawValues *baseRows.M : Rows.RawValues
Scan(dest ...any) error *baseRows.M : CollectableRow.Scan *baseRows.M : Row.Scan *baseRows.M : Rows.Scan
Values() ([]any, error) *baseRows.M : CollectableRow.Values *baseRows.M : CopyFromSource.Values *baseRows.M : Rows.Values